add All
fun DslList<VectorTile.Tile.Feature, TileKt.LayerKt.Dsl.FeaturesProxy>.addAll(values: Iterable<VectorTile.Tile.Feature>)
The actual features in this tile.
Content copied to clipboard
repeated .vector_tile.Tile.Feature features = 2;
Parameters
values
The features to add.
Dictionary encoding for keys
Content copied to clipboard
repeated string keys = 3;
Parameters
values
The keys to add.
fun DslList<VectorTile.Tile.Value, TileKt.LayerKt.Dsl.ValuesProxy>.addAll(values: Iterable<VectorTile.Tile.Value>)
Dictionary encoding for values
Content copied to clipboard
repeated .vector_tile.Tile.Value values = 4;
Parameters
values
The values to add.